home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / neinvest.pic < prev    next >
Text File  |  1988-03-11  |  892b  |  36 lines

  1. *
  2. *    Example of detailed, multiline chart
  3. *
  4. PIC  outline  size 6 3.5
  5. TITLE at 3 3.23  font 2 text Northeast Investors
  6. AREA at .5 .5  size 5 2.5
  7. AXIS left  to 30
  8. AXIS below from 85.5 to 88 boxes 5
  9. *
  10. *      Plot the data
  11. *
  12. LINE file  NEINVEST.DAT items 1 3 item 1 yymmdd
  13. LINE file  NEINVEST.DAT items 1 2 item 1 yymmdd dotted
  14. *
  15. *    Add buy/sell date lines
  16. *
  17. ISO sparse at 851022 ver form yymmdd
  18. LABEL      at 851022,25 xform yymmdd text BUY
  19. ISO sparse at 860825 ver form yymmdd
  20. LABEL      at 860825,25 xform yymmdd text SELL
  21. *
  22. *    Add a reference line at 13.0
  23. *
  24. ISO  sparse at 13
  25. LABEL left at 85.6,13 text 13
  26. *
  27. *   Create a Legend with ISOs and LABELs
  28. *
  29. AREA at 5,.5  size .5 by .5
  30. AXIS below to 0.5 invisible
  31. AXIS left  to 0.5 invisible
  32. ISO dotted  at .405
  33. ISO  solid  at .155
  34. LABEL right at -.05 .375  text GROWTH
  35. LABEL right at -.05 .125  text TRUST
  36.